home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 41 / Practical Internet Issue 41 / Practical Internet Issue 41.bin / pc / Software / links / Essen / Menu.swf / scripts / DefineButton2_51 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2000-04-06  |  354 b   |  16 lines

  1. on(press){
  2.    if("1" < fish)
  3.    {
  4.       count = "1";
  5.       fisher = fish;
  6.       while(count < "15")
  7.       {
  8.          set("field" add count,eval("soft" add (fisher - "1")));
  9.          set("field" add count add "url",eval("soft" add (fisher - "1") add "url"));
  10.          count += "1";
  11.          fisher += "1";
  12.       }
  13.       fish -= "1";
  14.    }
  15. }
  16.